From 42a84979047a0f67c9a1f4d47428d91cbda64225 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Wed, 25 Mar 2009 19:02:17 +0000 Subject: [PATCH] Include config.h in some files that missed it Patch from Gary V. Vaughan svn path=/trunk/; revision=395 --- ChangeLog | 8 ++++++++ babl/base/conversions-type.c | 1 + babl/base/model-cmyk.c | 1 + 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index dad6231..a0ec1dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-03-25 Martin Nordholts + + Apply patch from Gary V. Vaughan that includes config.h in some + files that missed it. + + * babl/base/conversions-type.c + * babl/base/model-cmyk.c + 2009-02-24 Sven Neumann * */*.c: based on a patch from Gary V. Vaughan, include "config.h" diff --git a/babl/base/conversions-type.c b/babl/base/conversions-type.c index 64fc2b4..b2fd855 100644 --- a/babl/base/conversions-type.c +++ b/babl/base/conversions-type.c @@ -16,6 +16,7 @@ * . */ +#include "config.h" #include #include "babl.h" #include diff --git a/babl/base/model-cmyk.c b/babl/base/model-cmyk.c index 1fbed8b..19ef1c9 100644 --- a/babl/base/model-cmyk.c +++ b/babl/base/model-cmyk.c @@ -16,6 +16,7 @@ * . */ +#include "config.h" #include #include #include -- 2.30.2